Interface Definition Language - определение. Что такое Interface Definition Language
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое Interface Definition Language - определение

ANY COMPUTER LANGUAGE USED TO DESCRIBE A SOFTWARE COMPONENT'S INTERFACE
Interface Definition Language; Interface definition language; Call semantics; .idl; AIDL; Interface Description Language
Найдено результатов: 8780
Interface Definition Language         
(IDL) 1. An OSF standard for defining RPC stubs. [Details?] 2. Part of an effort by Project DOE at SunSoft, Inc. to integrate distributed object technology into the Solaris operating system. IDL provides the standard interface between objects, and is the base mechanism for object interaction. The Object Management Group's CORBA 1.1 (Common Object Request Broker Architecture) specifies the interface between objects. IDL (Interface Definition Language) is the base mechanism for object interaction. The SunSoft OMG IDL CFE (Compiler Front End) version 1.2 provides a complete framework for building CORBA 1.1-compliant preprocessors for OMG IDL. To use it you write a back-end. A complete compiler of IDL would translate IDL into client side and server side routines for remote communication in the same manner as Sun's current RPCL compiler. The IDL compiler front end allows integration of new back ends which can translate IDL to various programming languages. Several companies including Sunsoft are building back ends to the CFE which translate IDL into target languages, e.g. Pascal or C++, in the context of planned CORBA-compliant products. IDL requires C++ 2.1. Not to be confused with any of the other IDLs. E-mail: <idl-cfe@sun.com>. ftp://omg.org/pub/omg_idl_cfe.tar.Z, ftp://omg.org/pub/OMG_IDL_CFE_1.2/. Telephone: Mache Creeger, SunSoft, Inc. +1 (415) 336 5884. (1993-05-04)
Interface Description Language         
(IDL) A language designed by Nestor, Lamb and Wulf of CMU in 1981 for describing the data structures passed between parts of an application, to provide a language-independent intermediate representation. It forms part of Richard Snodgrass <rts@cs.arizona.edu>'s Scorpion environment development system. Not to be confused with any of the other IDLs. Mailing list: info-idl@sei.cmu.edu. ["The Interface Description Language: Definition and Use," by Richard Snodgrass, Computer Science Press, 1989, ISBN 0-7167-8198-0]. [SIGPLAN Notices 22(11) (Nov 1987) special issue]. (1994-11-11)
Interface description language         
An interface description language or interface definition language (IDL), is a generic term for a language that lets a program or object written in one language communicate with another program written in an unknown language. IDLs describe an interface in a language-independent way, enabling communication between software components that do not share one language, for example, between those written in C++ and those written in Java.
Microsoft Interface Definition Language         
MIDL; Midl
Microsoft Interface Definition Language (MIDL) is a text-based interface description language from Microsoft, based on the DCE/RPC IDL which it extends for use with the Microsoft Component Object Model. Its compiler is also called MIDL.
Data definition language         
SYNTAX FOR DEFINING DATA STRUCTURES IN A DATABASE
Drop (SQL); Create (SQL); Alter (SQL); Create (sql); CREATE (SQL); Data Description Language; Data definition; Create sql; Drop sql; Data Definition Language; Sql drop; Drop database; Data definition language (SQL)
<language, database> (DDL) 1. A language enabling the structure and instances of a database to be defined in a human-, and machine-readable form. SQL contains DDL commands that can be used either interactively, or within programming language source code, to define databases and their components, e.g. CREATE and DROP. See also Data manipulation language (DML). 2. A specification language for databases, based on the entity-relationship model. It is used in the Eli compiler-compiler to manage type definitions. ["DDL Reference Manual", ECE Dept U Colorado, 1991]. (1999-04-26)
OSID         
PROGRAMMATIC INTERFACE SPECIFICATIONS DESCRIBING SERVICES
Osid; Osids; Open Service Interface Definition; OSID; Open Service Interface Definitions
Origination Signaling IDentifier
Open service interface definitions         
PROGRAMMATIC INTERFACE SPECIFICATIONS DESCRIBING SERVICES
Osid; Osids; Open Service Interface Definition; OSID; Open Service Interface Definitions
Open service interface definitions (OSIDs) are programmatic interface specifications describing services. These interfaces are specified by the Open Knowledge Initiative (O.
Interface (computing)         
  • USB]]-B socket.
CONCEPT OF COMPUTER SCIENCE; POINT OF INTERACTION BETWEEN TWO THINGS
Interfaces (computer science); Interface pattern; Interface (programming); Computer interface; Subinterface; Software Interface; Software interface; Interface Pattern; Interface (software); Interface (Software); Interface (computer science); Function call interface
In computing, an interface is a shared boundary across which two or more separate components of a computer system exchange information. The exchange can be between software, computer hardware, peripheral devices, humans, and combinations of these.
Clinical case definition         
CLINICAL CRITERIA BY WHICH PUBLIC HEALTH PROFESSIONALS DETERMINE WHETHER A PERSON'S ILLNESS IS INCLUDED AS A CASE IN AN OUTBREAK INVESTIGATION
Case Definition; Clinical definition; Case definition; Clinical disease
In epidemiology, a clinical case definition, a clinical definition, or simply a case definitionhttp://www.atsdr.
interface         
WIKIMEDIA DISAMBIGUATION PAGE
Physical interface; Interfaces; Interface (disambiguation); Interfaces in computing; Interfaces in computing (disambiguation); Interfacing (disambiguation)
(interfaces, interfacing, interfaced)
1.
The interface between two subjects or systems is the area in which they affect each other or have links with each other.
...a witty exploration of that interface between bureaucracy and the working world.
N-COUNT
2.
If you refer to the user interface of a particular piece of computing software, you are talking about its presentation on screen and how easy it is to operate. (COMPUTING)
...the development of better user interfaces.
N-COUNT: usu n N
3.
In computing and electronics, an interface is an electrical circuit which links one machine, especially a computer, with another. (TECHNICAL)
N-COUNT
4.
If one thing interfaces with another, or if two things interface, they have connections with each other. If you interface one thing with another, you connect the two things. (TECHNICAL or FORMAL)
...the way we interface with the environment...
The different components all have to interface smoothly...
He had interfaced all this machinery with a master computer.
V-RECIP: V with n, pl-n V, V n with n, also V pl-n

Википедия

Interface description language

An interface description language or interface definition language (IDL), is a generic term for a language that lets a program or object written in one language communicate with another program written in an unknown language. IDLs describe an interface in a language-independent way, enabling communication between software components that do not share one language, for example, between those written in C++ and those written in Java.

IDLs are commonly used in remote procedure call software. In these cases the machines at either end of the link may be using different operating systems and computer languages. IDLs offer a bridge between the two different systems.

Software systems based on IDLs include Sun's ONC RPC, The Open Group's Distributed Computing Environment, IBM's System Object Model, the Object Management Group's CORBA (which implements OMG IDL, an IDL based on DCE/RPC) and Data Distribution Service, Mozilla's XPCOM, Microsoft's Microsoft RPC (which evolved into COM and DCOM), Facebook's Thrift and WSDL for Web services.